home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / programming / amigac / dice_c_demo / hello / hello.c next >
Encoding:
C/C++ Source or Header  |  1995-01-10  |  107 b   |  32 lines

  1. /* -- Compile me with Dice C -- */
  2.  
  3. main()
  4. {
  5.  printf("Hello World\n");
  6.  exit(0);
  7. }
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.